Search
Theme.setCommonSeriesStrokeDashStyles Method
See Also
 






Sets a list of dash styles, each style applied to all elements of in Series.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setCommonSeriesStrokeDashStyles (
    List<DashStyle> value
)

 Parameters

value

One of the DashStyle enumeration values.

 See Also